This forum is closed to new posts and
responses. The content has been migrated to the Digital Solutions Community. Please join us there for new content as well as this content. For customer support, please visit the official HCL customer support channels below:
RE: Please - Selecting Months automatically in View Columns ~Bill Quetfoochekakol 24.Jan.04 11:36 AM a Web browser Domino Designer 6.5Windows 2000
You should avoid using ANY reference to @now or @today in view selection formulas, since it causes the view to be re-indexed every time a user references the view.
I suggest you instead run an agent on the first day of every month, that sets a field on every document to indicate whether it is "This month", "Next month", ...
Your Form should set this field as well when new documents are created.
Your view selection formula would then be very simple, looking at the flag field set by the agent/form.